home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / az / cyberx.dxr / 00301.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  405 b   |  19 lines

  1. on siguevid
  2.   global timeant
  3.   set DifTime to the stopTime of sprite 16 - the movieTime of sprite 16
  4.   if DifTime > 20 then
  5.     return 1
  6.   else
  7.     if voidp(timeant) then
  8.       set timeant to the movieTime of sprite 16
  9.     else
  10.       if timeant = the movieTime of sprite 16 then
  11.         return 0
  12.       else
  13.         set timeant to the movieTime of sprite 16
  14.       end if
  15.     end if
  16.   end if
  17.   return 1
  18. end
  19.